func text/template.isRuneInt

2 uses

	text/template (current package)
		exec.go#L528: 		!isHexInt(constant.Text) && !isRuneInt(constant.Text) &&
		exec.go#L545: func isRuneInt(s string) bool {